Information about plays

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

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

{
    "id": 475801,
    "uri": "https://api.kexp.org/v2/plays/475801/?format=api",
    "airdate": "2001-10-12T23:11:15-07:00",
    "show": 8108,
    "show_uri": "https://api.kexp.org/v2/shows/8108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meditaçâo",
    "track_id": "89d309aa-18ef-476f-8fc0-b755262883c5",
    "recording_id": null,
    "artist": "Wanda Sá",
    "artist_ids": [
        "08bfcdaf-ef3f-4b40-bab6-8848278cf468"
    ],
    "album": "Bossa Cuca Nova: Revisited Classics",
    "release_id": "e5eaa7da-c2de-48ed-a431-3e86201c5d1e",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "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"
}