Information about plays

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

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

{
    "id": 344883,
    "uri": "https://api.kexp.org/v2/plays/344883/?format=api",
    "airdate": "2019-06-22T22:11:00-07:00",
    "show": 5749,
    "show_uri": "https://api.kexp.org/v2/shows/5749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Over You",
    "track_id": "79f11387-bc44-3acd-9c54-7c2fed4d33bb",
    "recording_id": null,
    "artist": "The Undertones",
    "artist_ids": [
        "d188e4cd-d187-4df2-8516-6ff8dfd3735c"
    ],
    "album": "The Undertones",
    "release_id": "42ce06cb-17de-4604-a0ac-747344b91051",
    "release_group_id": null,
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}