Information about plays

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

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

{
    "id": 379507,
    "uri": "https://api.kexp.org/v2/plays/379507/?format=api",
    "airdate": "2019-09-11T10:10:29-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8665f7d-b002-44cb-8719-6f9291ed0cd0/14177094445-250.jpg",
    "thumbnail_uri": "",
    "song": "Central Park East",
    "track_id": "40b0f273-64e6-430d-a2a8-15fd7cfeaca1",
    "recording_id": null,
    "artist": "Mercury Rev",
    "artist_ids": [
        "7b1cf87e-c54f-4abc-893d-90245a31900d"
    ],
    "album": "The Light in You",
    "release_id": "a8665f7d-b002-44cb-8719-6f9291ed0cd0",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mercury Rev & Beth Orton\nPerform Bobbie Gentry's The Delta Sweete with Special Guest: Marissa Nadler at the Neptune Theater on Wednesday, October 9th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}