Information about plays

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

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

{
    "id": 382428,
    "uri": "https://api.kexp.org/v2/plays/382428/?format=api",
    "airdate": "2019-09-18T09:29:52-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "Battle of Evermore",
    "track_id": "fe080351-aca7-3151-979a-63257e26ffe5",
    "recording_id": null,
    "artist": "Lovemongers",
    "artist_ids": [
        "d667496d-d21f-48a3-86fd-9d573c3e3bc0"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lovemongers were a side project of singer-songwriting-musicians, and sisters, Ann and Nancy Wilson, better known as the frontwomen of the rock band Heart. This song is a cover of a song by Led Zeppelin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}