Information about plays

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

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

{
    "id": 494129,
    "uri": "https://api.kexp.org/v2/plays/494129/?format=api",
    "airdate": "2001-12-06T21:20:00-08:00",
    "show": 8472,
    "show_uri": "https://api.kexp.org/v2/shows/8472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Death of Webern",
    "track_id": "826e8b6a-e559-4cfa-b166-b2c0d4fbeae3",
    "recording_id": null,
    "artist": "SadHappy",
    "artist_ids": [
        "278dad58-ee48-40e2-9868-e303e2b681a3"
    ],
    "album": "Good Day, Bad Dream",
    "release_id": "9e9e28c6-9744-4554-89a0-fa2aa0347e8c",
    "release_group_id": null,
    "labels": [
        "Periscope"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}