Information about plays

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

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

{
    "id": 349751,
    "uri": "https://api.kexp.org/v2/plays/349751/?format=api",
    "airdate": "2019-07-03T21:13:00-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like Janis",
    "track_id": "8b22580e-234e-3c13-a650-52974c75f687",
    "recording_id": null,
    "artist": "Rodriguez",
    "artist_ids": [
        "8898cd01-b0c5-41bd-9699-0845fc73efc1"
    ],
    "album": "Cold Fact",
    "release_id": "5b981be9-9fb2-4c68-836b-814839d6865c",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}