Information about plays

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

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

{
    "id": 448496,
    "uri": "https://api.kexp.org/v2/plays/448496/?format=api",
    "airdate": "2001-07-25T01:04:00-07:00",
    "show": 7583,
    "show_uri": "https://api.kexp.org/v2/shows/7583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fool's Gold (R.i.t.M.'s Message to the Majors)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stone Roses vs. Rabbit in the Moon",
    "artist_ids": [],
    "album": "Old School vs. New School Compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "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"
}