Information about plays

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

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

{
    "id": 352045,
    "uri": "https://api.kexp.org/v2/plays/352045/?format=api",
    "airdate": "2019-07-09T09:14:07-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "http://coverartarchive.org/release/61e08c9b-ec65-4508-b6b2-18d219c11cbe/16229845907-250.jpg",
    "thumbnail_uri": "",
    "song": "You Are the Problem Here",
    "track_id": "df59024c-5847-4cd6-8548-b14fec914f0d",
    "recording_id": null,
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "You Are the Problem Here",
    "release_id": "61e08c9b-ec65-4508-b6b2-18d219c11cbe",
    "release_group_id": null,
    "labels": [
        "Jagadamba"
    ],
    "label_ids": [
        "f31b4e63-8eb7-4827-9fbf-f039ff5d8ae0"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}