Information about plays

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

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

{
    "id": 534190,
    "uri": "https://api.kexp.org/v2/plays/534190/?format=api",
    "airdate": "2002-04-03T10:35:43-08:00",
    "show": 9254,
    "show_uri": "https://api.kexp.org/v2/shows/9254/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212PBP6GASL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212PBP6GASL._SL75_.jpg",
    "song": "Cathedrals Under the Sea",
    "track_id": "d0cec245-ac5c-4c0d-9ab8-6e070f862c4f",
    "recording_id": null,
    "artist": "The Verlaines",
    "artist_ids": [
        "9671195d-fd59-414c-a5a5-715b1acdcabe"
    ],
    "album": "Way Out Where",
    "release_id": "c6bb9c5c-0197-4bff-b663-607e5776d703",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "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"
}