Information about plays

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

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

{
    "id": 349306,
    "uri": "https://api.kexp.org/v2/plays/349306/?format=api",
    "airdate": "2019-07-02T23:38:40-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/dfee22a6-b047-4c74-b957-250213f0b94a/23230693138-250.jpg",
    "thumbnail_uri": "",
    "song": "Let Me Listen in on You",
    "track_id": "e1bdf22e-8734-4ac7-9185-3f7d414cb99f",
    "recording_id": null,
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "Erotic Reruns",
    "release_id": "dfee22a6-b047-4c74-b957-250213f0b94a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}