Information about plays

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

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

{
    "id": 349813,
    "uri": "https://api.kexp.org/v2/plays/349813/?format=api",
    "airdate": "2019-07-04T00:42:38-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/9985d26f-faaf-4256-8d25-ece0aa890246/21176890203-250.jpg",
    "thumbnail_uri": "",
    "song": "Holding On",
    "track_id": "9ddeaa0a-8bc9-4623-a210-de65bb57d50e",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Single Rider",
    "release_id": "9985d26f-faaf-4256-8d25-ece0aa890246",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-07-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}