Information about plays

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

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

{
    "id": 1359713,
    "uri": "https://api.kexp.org/v2/plays/1359713/?format=api",
    "airdate": "2008-04-08T12:58:24-07:00",
    "show": 23745,
    "show_uri": "https://api.kexp.org/v2/shows/23745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Will Never Be Our Town",
    "track_id": "139e959f-1c5f-4fc2-9863-c22aede73911",
    "recording_id": null,
    "artist": "Jason Anderson",
    "artist_ids": [
        "dd030787-acbb-4db7-a57a-a075928ed2ab"
    ],
    "album": "The Hopeful and the Unafraid",
    "release_id": "42fe0e0f-7f6b-494e-a6b4-bc6315ca0389",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}