Information about plays

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

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

{
    "id": 1033499,
    "uri": "https://api.kexp.org/v2/plays/1033499/?format=api",
    "airdate": "2005-12-15T13:02:52-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run for Our Lives",
    "track_id": null,
    "recording_id": null,
    "artist": "The Morning After Girls",
    "artist_ids": [
        "d3eec97c-c9fd-44e6-b4d0-42550911e431"
    ],
    "album": "Prelude: EP's 1 and 2",
    "release_id": "9ca612a4-d024-4232-b86c-f660c69dd168",
    "release_group_id": null,
    "labels": [
        "Rainbow Quartz"
    ],
    "label_ids": [
        "24bcb336-3986-4846-bccc-cadf0fb16f71"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}