Information about plays

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

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

{
    "id": 478668,
    "uri": "https://api.kexp.org/v2/plays/478668/?format=api",
    "airdate": "2001-10-21T11:23:04-07:00",
    "show": 8166,
    "show_uri": "https://api.kexp.org/v2/shows/8166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Needs to Be Be'd With",
    "track_id": "d43c5703-ec14-4fab-9087-6c4a957d1a81",
    "recording_id": null,
    "artist": "Carol Fran & Clarence Holliman",
    "artist_ids": [
        "0ff9fd34-ae00-4647-b5b4-ddfba789c02d"
    ],
    "album": "Soul Sensation!",
    "release_id": "1cbaf888-dad1-400b-91b7-16c61ad328b1",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "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"
}