Information about plays

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

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

{
    "id": 379415,
    "uri": "https://api.kexp.org/v2/plays/379415/?format=api",
    "airdate": "2019-09-11T04:36:35-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/65738a42-78e2-35a8-b4cc-24f7c1ba160d/3839948532-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl I Love You",
    "track_id": "64159d6a-f4d0-37f8-8b77-1eb76d8ac932",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Heligoland",
    "release_id": "65738a42-78e2-35a8-b4cc-24f7c1ba160d",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Okay. How many of you saw Massive Attack? How magical was it? Did you cry?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}