Information about plays

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

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

{
    "id": 531055,
    "uri": "https://api.kexp.org/v2/plays/531055/?format=api",
    "airdate": "2002-03-25T17:56:00-08:00",
    "show": 9195,
    "show_uri": "https://api.kexp.org/v2/shows/9195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lange More (Tap Tap)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dark City Sisters",
    "artist_ids": [
        "dd43fa4f-cb9f-4cc5-a93b-9e56a08eb842"
    ],
    "album": "Dark City Sisters and Flying Jazz Queens",
    "release_id": "6e82e660-5515-478a-a0b7-dc5ea7db6c7e",
    "release_group_id": null,
    "labels": [
        "Earthworks"
    ],
    "label_ids": [
        "325a0b7f-8f6f-4bc2-b12b-0360bf3871c0"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}