Information about plays

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

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

{
    "id": 1276721,
    "uri": "https://api.kexp.org/v2/plays/1276721/?format=api",
    "airdate": "2007-09-08T10:18:00-07:00",
    "show": 22344,
    "show_uri": "https://api.kexp.org/v2/shows/22344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Rebel",
    "track_id": "c321d9d6-8173-4141-a302-81746b13870f",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Reggae Live Sessions, Volume 1",
    "release_id": "2ed1e33d-c327-4f61-9f81-a54ff616575a",
    "release_group_id": null,
    "labels": [
        "white"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}