Information about plays

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

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

{
    "id": 357659,
    "uri": "https://api.kexp.org/v2/plays/357659/?format=api",
    "airdate": "2019-07-22T13:38:58-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/844c462a-f7d2-4bb9-9a8e-9b14d83ed34b/23245044081-250.jpg",
    "thumbnail_uri": "",
    "song": "Further",
    "track_id": "2159c026-b4c7-4371-9d26-e6d37647f2b2",
    "recording_id": null,
    "artist": "Richard Hawley",
    "artist_ids": [
        "006f0783-c5a0-458b-a9da-f8551f7ebe77"
    ],
    "album": "Further",
    "release_id": "844c462a-f7d2-4bb9-9a8e-9b14d83ed34b",
    "release_group_id": null,
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Sheffield, UK. http://www.richardhawley.co.uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}