Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/357344/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 357344,
    "uri": "https://api.kexp.org/v2/plays/357344/?format=api",
    "airdate": "2019-07-21T17:29:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinch Me Velvet",
    "track_id": "8cce9e9d-a791-411e-a675-a2db8e57999e",
    "recording_id": null,
    "artist": "Morning Harvey",
    "artist_ids": [
        "c1caad47-fe7c-4f48-9e71-c36afcb562b5"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}