Information about plays

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

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

{
    "id": 496484,
    "uri": "https://api.kexp.org/v2/plays/496484/?format=api",
    "airdate": "2001-12-13T18:58:00-08:00",
    "show": 8516,
    "show_uri": "https://api.kexp.org/v2/shows/8516/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You Alone",
    "track_id": "ae63487a-b4f2-4f90-946e-445fe69f21c5",
    "recording_id": null,
    "artist": "The Gillis Brothers",
    "artist_ids": [
        "96a8fc4c-b185-42f0-b2f1-8a0eab70b71a"
    ],
    "album": "Heart & Soul",
    "release_id": "7f9bd3cd-0b7a-449c-b1ea-0fb269b75de4",
    "release_group_id": null,
    "labels": [
        "Rebel Records"
    ],
    "label_ids": [
        "46d4f068-3eb5-42a4-8ecb-5d5a20a58391"
    ],
    "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"
}