Information about plays

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

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

{
    "id": 349260,
    "uri": "https://api.kexp.org/v2/plays/349260/?format=api",
    "airdate": "2019-07-02T22:09:28-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/a2fadbf5-f20b-4777-88bb-a5115bdfea58/20187211280-250.jpg",
    "thumbnail_uri": "",
    "song": "Come Back Baby",
    "track_id": "fc07f76d-6f86-4eb4-8e35-a3d73fa2bb2a",
    "recording_id": null,
    "artist": "Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "DAYTONA",
    "release_id": "a2fadbf5-f20b-4777-88bb-a5115bdfea58",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}