Information about plays

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

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

{
    "id": 357552,
    "uri": "https://api.kexp.org/v2/plays/357552/?format=api",
    "airdate": "2019-07-22T07:38:02-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Better",
    "track_id": "8dfd0463-130c-4faf-9148-e8c1432b3e50",
    "recording_id": null,
    "artist": "Oxford Collapse",
    "artist_ids": [
        "0b6d1684-94af-41f9-8db0-2ca6cf8293a3"
    ],
    "album": "Tiny Changes: A celebration of the Midnight Organ Fight",
    "release_id": "db9fce4e-78de-4502-8f15-09c5968dadb6",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frightened Rabbit's Grant Hutchison recently shared a track-by-track breakdown of \"Tiny Changes\": https://www.pastemagazine.com/articles/2019/07/frightened-rabbit-tiny-changes-album-notes-premier.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}