Information about plays

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

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

{
    "id": 1364347,
    "uri": "https://api.kexp.org/v2/plays/1364347/?format=api",
    "airdate": "2008-04-20T02:20:44-07:00",
    "show": 23822,
    "show_uri": "https://api.kexp.org/v2/shows/23822/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NWRBJMAML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NWRBJMAML._SL75_.jpg",
    "song": "Son, Oh Son",
    "track_id": "c67119a5-cc21-42a7-bf74-db8370c2e855",
    "recording_id": null,
    "artist": "Boiled in Lead",
    "artist_ids": [
        "a22d7273-a0ec-4d1d-946b-6deede29886d"
    ],
    "album": "Orb",
    "release_id": "b0245d23-61ba-450d-9635-bd763606f842",
    "release_group_id": null,
    "labels": [
        "Atomic Theory"
    ],
    "label_ids": [
        "fe40c58d-c7bf-4db7-b363-bb3b467b346e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}