Information about plays

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

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

{
    "id": 1390138,
    "uri": "https://api.kexp.org/v2/plays/1390138/?format=api",
    "airdate": "2008-06-26T01:26:20-07:00",
    "show": 24263,
    "show_uri": "https://api.kexp.org/v2/shows/24263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drumsticks",
    "track_id": "df505d97-e7de-442c-9fb1-ec716bd40bdf",
    "recording_id": null,
    "artist": "Doomtree",
    "artist_ids": [
        "4ca96690-7a17-44ed-90e8-fea144c7fb49"
    ],
    "album": "Doomtree",
    "release_id": "2db29b40-1ff7-4968-b604-ba595fa12328",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}