Information about plays

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

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

{
    "id": 380212,
    "uri": "https://api.kexp.org/v2/plays/380212/?format=api",
    "airdate": "2019-09-13T01:01:39-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "http://coverartarchive.org/release/3954d89f-842d-4eea-a093-98a8d5ed832e/22192055413-250.jpg",
    "thumbnail_uri": "",
    "song": "Scarecrow",
    "track_id": "c1d9fbeb-37be-44be-ab4b-9b2ba2b40934",
    "recording_id": null,
    "artist": "Wand",
    "artist_ids": [
        "5dc7b78d-7777-4dd7-87e2-fbe9f42f7e42"
    ],
    "album": "Laughing Matter",
    "release_id": "3954d89f-842d-4eea-a093-98a8d5ed832e",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}