Information about plays

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

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

{
    "id": 1355020,
    "uri": "https://api.kexp.org/v2/plays/1355020/?format=api",
    "airdate": "2008-03-27T18:34:22-07:00",
    "show": 23666,
    "show_uri": "https://api.kexp.org/v2/shows/23666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Good Lookin'",
    "track_id": "7cca2c5a-c08e-4b21-82f3-545b72c07a65",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "Hillbilly Hero (disc 3: Hey Good Lookin')",
    "release_id": "153e0aa9-4da4-420e-8a1a-f80b484e8bcc",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}