Information about plays

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

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

{
    "id": 487934,
    "uri": "https://api.kexp.org/v2/plays/487934/?format=api",
    "airdate": "2001-11-18T16:52:00-08:00",
    "show": 8351,
    "show_uri": "https://api.kexp.org/v2/shows/8351/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Third",
    "track_id": "09732c4a-920c-4f7a-abe6-bcd6ac4b3a2c",
    "recording_id": null,
    "artist": "Orso",
    "artist_ids": [
        "066b7a2e-25a2-4174-9312-2ebe6b33946e"
    ],
    "album": "Long Time By",
    "release_id": "85c876d1-a9d6-4ab0-9f47-1cebd1a2bfc5",
    "release_group_id": null,
    "labels": [
        "Perishable"
    ],
    "label_ids": [
        "21c8a1f0-82bc-4147-bcf5-dc2da59d4c0a"
    ],
    "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"
}