Information about plays

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

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

{
    "id": 349770,
    "uri": "https://api.kexp.org/v2/plays/349770/?format=api",
    "airdate": "2019-07-03T22:16:19-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart of Gold",
    "track_id": "c8cbcbfc-2182-4c2f-8cd3-3100b5ae0466",
    "recording_id": null,
    "artist": "Field Mouse",
    "artist_ids": [
        "9a16bdeb-ef43-44b4-b24d-1c2d0e9fabfe"
    ],
    "album": "Meaning",
    "release_id": "cb5c2a9f-0257-41b5-9a83-7a4f5036ca55",
    "release_group_id": null,
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://fieldmouse.bandcamp.com/album/meaning",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}