Information about plays

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

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

{
    "id": 453219,
    "uri": "https://api.kexp.org/v2/plays/453219/?format=api",
    "airdate": "2001-08-07T18:12:00-07:00",
    "show": 7669,
    "show_uri": "https://api.kexp.org/v2/shows/7669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Esta noche",
    "track_id": "29a3c137-3dd7-4aea-a918-225b81ce7709",
    "recording_id": null,
    "artist": "Puentes Brothers",
    "artist_ids": [
        "0010f4e7-02a9-43eb-8184-fd4b563e6c8f"
    ],
    "album": "Morumba cubana",
    "release_id": "9e7f3514-8777-4634-80ac-dc9438c17549",
    "release_group_id": null,
    "labels": [
        "Alma"
    ],
    "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"
}