Information about plays

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

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

{
    "id": 421824,
    "uri": "https://api.kexp.org/v2/plays/421824/?format=api",
    "airdate": "2001-05-06T18:50:46-07:00",
    "show": 7065,
    "show_uri": "https://api.kexp.org/v2/shows/7065/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cinderfella",
    "track_id": "88b3d628-e1d6-4a38-ac95-a8a5c481d58e",
    "recording_id": null,
    "artist": "Dana Dane",
    "artist_ids": [
        "2ec98a4e-b323-4824-8040-6122133b7490"
    ],
    "album": "Old School Rap, Volume 3",
    "release_id": "8d4bdb62-d0ae-4907-931b-cc25fabe47c8",
    "release_group_id": null,
    "labels": [
        "Profile"
    ],
    "label_ids": [],
    "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"
}