Information about plays

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

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

{
    "id": 351724,
    "uri": "https://api.kexp.org/v2/plays/351724/?format=api",
    "airdate": "2019-07-08T13:47:41-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anywhere I Roll",
    "track_id": "11802353-95bb-4a38-8fe6-1d9c5d1b505a",
    "recording_id": null,
    "artist": "Floored Faces",
    "artist_ids": [
        "c558edc7-5a3e-48cc-afa7-dd5ef5e8df45"
    ],
    "album": "Alright All Night",
    "release_id": "537adef5-90e1-46b8-ada0-db106b92f46e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}