Information about plays

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

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

{
    "id": 352382,
    "uri": "https://api.kexp.org/v2/plays/352382/?format=api",
    "airdate": "2019-07-10T02:00:12-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?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": "'Border Country' is the second collaboration with Londoner and DRIFT community member Ø [Phase].",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}