Information about plays

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

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

{
    "id": 342855,
    "uri": "https://api.kexp.org/v2/plays/342855/?format=api",
    "airdate": "2019-06-18T07:03:26-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/51769fbe-5aea-442c-bd77-e98a47ce4453/5376385316-250.jpg",
    "thumbnail_uri": "",
    "song": "Movin’ on Up",
    "track_id": "31c79adf-390d-3b7e-b57d-39ce1a9f9874",
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Screamadelica",
    "release_id": "51769fbe-5aea-442c-bd77-e98a47ce4453",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1991-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Screamadelica was influenced by the Beach Boys' album Pet Sounds (1966). The band's Bobby Gillespie says that after discovering the album, their songs became much softer. Oh, and Bobby was the drummer in the early days of the next band...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}