Information about plays

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

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

{
    "id": 1256873,
    "uri": "https://api.kexp.org/v2/plays/1256873/?format=api",
    "airdate": "2007-07-20T07:03:17-07:00",
    "show": 22010,
    "show_uri": "https://api.kexp.org/v2/shows/22010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fools Gold 9.53",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "What the World Is Waiting For / Fools Gold 9.53",
    "release_id": "7263807a-62ca-44c6-af3a-3805689ccc53",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1989-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}