Information about plays

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

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

{
    "id": 352889,
    "uri": "https://api.kexp.org/v2/plays/352889/?format=api",
    "airdate": "2019-07-11T05:28:28-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "http://coverartarchive.org/release/6fe41983-6c5e-43a0-aafa-ae002eb02c1b/17228160212-250.jpg",
    "thumbnail_uri": "",
    "song": "8 Ball",
    "track_id": "c3d8325e-5bb4-4b85-95da-7f945262a595",
    "recording_id": null,
    "artist": "Waxahatchee",
    "artist_ids": [
        "42321e24-42b6-4f08-b0d9-8325ee887a20"
    ],
    "album": "Out in the Storm",
    "release_id": "6fe41983-6c5e-43a0-aafa-ae002eb02c1b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All signs point to \"yes!\" - https://youtu.be/qD5Sq761J20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}