Information about plays

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

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

{
    "id": 516136,
    "uri": "https://api.kexp.org/v2/plays/516136/?format=api",
    "airdate": "2002-02-09T22:39:00-08:00",
    "show": 8901,
    "show_uri": "https://api.kexp.org/v2/shows/8901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put the Needle to the Record",
    "track_id": "2a411d19-d24a-412c-8501-d4c25544e100",
    "recording_id": null,
    "artist": "Criminal Element Orchestra",
    "artist_ids": [
        "5e32361e-663d-429f-b316-5a7c9e327316"
    ],
    "album": "The History of the House Sound of Chicago, Volume 12: International House - The Future",
    "release_id": "3f80cdfd-d5e1-4289-8d7f-bfdad438280f",
    "release_group_id": null,
    "labels": [
        "Finger Lickin"
    ],
    "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"
}