Information about plays

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

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

{
    "id": 379253,
    "uri": "https://api.kexp.org/v2/plays/379253/?format=api",
    "airdate": "2019-09-10T19:13:50-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anchin (feat. Mahmoud Ahmed)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tommy T",
    "artist_ids": [
        "fe92397a-efb5-4bb2-b63c-5a1902c1113d"
    ],
    "album": "Anchin (feat. Mahmoud Ahmed)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Afroxoid"
    ],
    "label_ids": [],
    "release_date": "2019-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ethiopian-born bass player for Gogol Bordello, Tommy T (Thomas Gobena) collaborated with legendary Ethiopian singer Mahmoud Ahmed on <i>Anchin</i>. Check out the video for their collaboration: https://youtu.be/zBM4GtPi7A4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}