Information about plays

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

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

{
    "id": 1413877,
    "uri": "https://api.kexp.org/v2/plays/1413877/?format=api",
    "airdate": "2008-08-24T21:40:00-07:00",
    "show": 24664,
    "show_uri": "https://api.kexp.org/v2/shows/24664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Safety Session (DJ Shufflemaster remake)",
    "track_id": "7be6d739-698a-4b44-b4aa-e9ce72d960d4",
    "recording_id": null,
    "artist": "Joel Mull",
    "artist_ids": [
        "72a09d0f-cc17-436f-8cae-b7f047341a90"
    ],
    "album": "Stand Down (disc 2)",
    "release_id": "e63e6661-7ca4-489d-b7fb-0f9ce4f7175a",
    "release_group_id": null,
    "labels": [
        "Drumcode"
    ],
    "label_ids": [
        "2dd4a121-1e37-4d6b-bae3-e045929b3d41"
    ],
    "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"
}