Information about plays

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

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

{
    "id": 434430,
    "uri": "https://api.kexp.org/v2/plays/434430/?format=api",
    "airdate": "2001-06-14T00:40:00-07:00",
    "show": 7311,
    "show_uri": "https://api.kexp.org/v2/shows/7311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throwing Star",
    "track_id": "49bf6905-2f76-4317-9978-545312a59fb0",
    "recording_id": null,
    "artist": "Wave Motion Gun",
    "artist_ids": [
        "c5e87ee4-d3c8-4718-a769-a5c494bc0155"
    ],
    "album": "Beautiful Noise (The Apocalypse)",
    "release_id": "6ee3be99-eba4-4778-9e1a-5a789174f9db",
    "release_group_id": null,
    "labels": [
        "Noise Factory Records"
    ],
    "label_ids": [
        "9cf8f544-e55d-4779-b018-c40dcc59d4ac"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}