Information about plays

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

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

{
    "id": 356835,
    "uri": "https://api.kexp.org/v2/plays/356835/?format=api",
    "airdate": "2019-07-20T10:58:26-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sho-Be-Do-Sho",
    "track_id": "7a52090a-d774-4733-96f5-5f4b04a19d60",
    "recording_id": null,
    "artist": "Beres Hammond",
    "artist_ids": [
        "a769ffc3-f436-4c7a-9c5c-72b049f5e4d2"
    ],
    "album": "Live & Learn Presents: Beres Hammond / Barrington Levy",
    "release_id": "3df598ff-690d-40e4-ac71-807474981d2b",
    "release_group_id": null,
    "labels": [
        "Live & Learn"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He is considered Jamaica’s greatest practicing singer/songwriter and anyone who has listened to his music or experienced the fervor elicited by his live performances would undoubtedly agree with that top ranking assessment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}