Information about plays

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

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

{
    "id": 419543,
    "uri": "https://api.kexp.org/v2/plays/419543/?format=api",
    "airdate": "2001-04-29T21:20:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twisted",
    "track_id": "1e79ab58-6a83-49ec-a22b-be6e6a23b44c",
    "recording_id": null,
    "artist": "Ryme Tyme & Optical",
    "artist_ids": [
        "3d8fb7f1-c847-4942-b843-938141f8d92b"
    ],
    "album": "Twisted EP (disc 1)",
    "release_id": "bb2fa743-5204-4d6e-a5ac-2eeea526b372",
    "release_group_id": null,
    "labels": [
        "Virus Recordings"
    ],
    "label_ids": [
        "4a0bc101-fe13-414b-8cad-6340ff1147c8"
    ],
    "release_date": "1999-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}