Information about plays

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

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

{
    "id": 1277094,
    "uri": "https://api.kexp.org/v2/plays/1277094/?format=api",
    "airdate": "2007-09-09T10:13:19-07:00",
    "show": 22352,
    "show_uri": "https://api.kexp.org/v2/shows/22352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got to Know",
    "track_id": "c52e2fcd-5f75-447e-8687-0e67a38a20a7",
    "recording_id": null,
    "artist": "Guitar Crusher",
    "artist_ids": [
        "a803f6e8-dc96-4fa6-9e3e-189b8179bc88"
    ],
    "album": "Rhythm & Blues Goes Rock 'n' Roll, Volume 2 (disc 7)",
    "release_id": "25b757da-03bc-4a7c-904f-2c7a436ec205",
    "release_group_id": null,
    "labels": [
        "The International Music Company"
    ],
    "label_ids": [
        "b8f069fb-7383-4810-8830-49c988ce60d4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}