Information about plays

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

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

{
    "id": 353206,
    "uri": "https://api.kexp.org/v2/plays/353206/?format=api",
    "airdate": "2019-07-11T20:55:50-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rerun",
    "track_id": "69e46d84-e482-4187-acc8-87c37ff3ffa8",
    "recording_id": null,
    "artist": "Massy Ferguson",
    "artist_ids": [
        "062969ff-77f3-4bc2-b8f5-e1f0155495b8"
    ],
    "album": "Great Divides",
    "release_id": "70a1425b-65f9-4626-83d0-1579326989a6",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}