Information about plays

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

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

{
    "id": 354848,
    "uri": "https://api.kexp.org/v2/plays/354848/?format=api",
    "airdate": "2019-07-15T23:08:29-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Border Country",
    "track_id": "424d73e3-2608-479a-bea1-c826754a895a",
    "recording_id": null,
    "artist": "Underworld & Ø [Phase]",
    "artist_ids": [
        "4c2d2aa9-7b8f-4910-99f9-b8aed8815a55"
    ],
    "album": "Border Country",
    "release_id": "44c097a9-51b6-4eca-b065-c96c2ed47254",
    "release_group_id": null,
    "labels": [
        "UnderworldLive"
    ],
    "label_ids": [
        "c6b22337-d6f2-407f-a427-f8dce8886e75"
    ],
    "release_date": "2019-06-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahead of their highly anticipated 'DRIFT SONGS' LP which is set to arrive this October, UK dance music giants Rick Smith and Karl Hyde aka Underworld have linked up once again with their friend Ø [Phase] to present 'Border Country'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}