Information about plays

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

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

{
    "id": 370841,
    "uri": "https://api.kexp.org/v2/plays/370841/?format=api",
    "airdate": "2019-08-22T13:30:43-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/70d6d15e-cf32-3872-81f9-fe95f2556616/4506226235-250.jpg",
    "thumbnail_uri": "",
    "song": "I’m Not Like Everybody Else",
    "track_id": "f6a37f89-fbdb-3076-b09b-bddcf7c2251e",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Ultimate Collection",
    "release_id": "70d6d15e-cf32-3872-81f9-fe95f2556616",
    "release_group_id": null,
    "labels": [
        "Rajon Music Group"
    ],
    "label_ids": [
        "5dea1148-dfba-4505-bc4a-5d1e9c052098"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Kinks formed in 1964 in Muswell Hill, North London. They are regarded as one of the most influential rock bands of the 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}