Information about plays

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

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

{
    "id": 1364900,
    "uri": "https://api.kexp.org/v2/plays/1364900/?format=api",
    "airdate": "2008-04-21T15:09:52-07:00",
    "show": 23833,
    "show_uri": "https://api.kexp.org/v2/shows/23833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song ",
    "track_id": null,
    "recording_id": null,
    "artist": "Run Run Run",
    "artist_ids": [
        "a74aedb4-e840-4c6c-9fcd-12b2c989a212"
    ],
    "album": "Endless Winter EP",
    "release_id": "f0250044-2397-4a1d-b7d0-cfb31f63cdf3",
    "release_group_id": null,
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}