Information about plays

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

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

{
    "id": 379555,
    "uri": "https://api.kexp.org/v2/plays/379555/?format=api",
    "airdate": "2019-09-11T12:57:17-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ee6f5e7-5039-4385-a632-be92265495f7/18752421529-250.jpg",
    "thumbnail_uri": "",
    "song": "Hail to Whatever You Found in the Sunlight That Surrounds You",
    "track_id": "f4bee823-1d65-3029-b08e-c6f6a0961520",
    "recording_id": null,
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "The Execution of All Things",
    "release_id": "2ee6f5e7-5039-4385-a632-be92265495f7",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jenny Lewis of Rilo Kiley performed at KEXP recently. You can watch her live in-studio here: https://www.youtube.com/watch?v=DTq8xVku5ic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}