Information about plays

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

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

{
    "id": 499643,
    "uri": "https://api.kexp.org/v2/plays/499643/?format=api",
    "airdate": "2001-12-23T09:56:00-08:00",
    "show": 8577,
    "show_uri": "https://api.kexp.org/v2/shows/8577/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jingle Bell Jamboree",
    "track_id": "4a0c9c45-32f4-47fd-a63e-3a71ec0cf569",
    "recording_id": null,
    "artist": "Keb’ Mo’",
    "artist_ids": [
        "280ddd36-ac7d-4446-8689-a548d6f3458e"
    ],
    "album": "A Little Mo'",
    "release_id": "6e0ebeb4-6273-41fd-bd2e-51a055728c54",
    "release_group_id": null,
    "labels": [
        "Okeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}