Information about plays

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

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

{
    "id": 374811,
    "uri": "https://api.kexp.org/v2/plays/374811/?format=api",
    "airdate": "2019-08-31T10:38:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1865",
    "track_id": "9118ba71-66fc-35bf-9789-75d5c3371ee7",
    "recording_id": null,
    "artist": "Third World",
    "artist_ids": [
        "a9355030-319f-4d1b-8798-adaf43f85112"
    ],
    "album": "96 Degrees in the Shade",
    "release_id": "92054834-285b-4e23-b895-580ef157651e",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song has “simmering, rootsy beat, subtly infectious melody, lovely guitar work and potent lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}