Information about plays

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

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

{
    "id": 353339,
    "uri": "https://api.kexp.org/v2/plays/353339/?format=api",
    "airdate": "2019-07-12T04:57:16-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/635ef51a-b042-456a-bc94-3561768d659f/21951875878-250.jpg",
    "thumbnail_uri": "",
    "song": "Tricks",
    "track_id": "a272748e-733f-4fee-b71d-73e11e228a6b",
    "recording_id": null,
    "artist": "Stella Donnelly",
    "artist_ids": [
        "6c830a1a-a0ec-4d32-9579-a931dfe12c4c"
    ],
    "album": "Beware of the Dogs",
    "release_id": "635ef51a-b042-456a-bc94-3561768d659f",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}