Information about plays

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

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

{
    "id": 349447,
    "uri": "https://api.kexp.org/v2/plays/349447/?format=api",
    "airdate": "2019-07-03T05:22:46-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Natasha Kmeto",
    "artist_ids": [],
    "album": "Verse / Versus",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Future Archive Recordings"
    ],
    "label_ids": [
        "d155aff3-cd5d-4e6c-9bfb-efbd9eb09278"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New EP from Portland's Natasha Kmeto out now! - https://www.kexp.org/read/2019/4/9/natasha-kmeto-yearns-something-more-new-ep-verse-versus-kexp-premiere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}