Information about plays

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

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

{
    "id": 441427,
    "uri": "https://api.kexp.org/v2/plays/441427/?format=api",
    "airdate": "2001-07-04T07:21:25-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To You",
    "track_id": "d917ca38-ab38-47f4-9a7d-39735131cd63",
    "recording_id": null,
    "artist": "Ella Fitzgerald and Her Famous Orchestra",
    "artist_ids": [
        "e67a956b-b7cd-4deb-b41e-461e976cd191"
    ],
    "album": "In the Groove",
    "release_id": "b2551990-2389-4c23-916d-946e7b023bca",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "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"
}