Information about plays

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

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

{
    "id": 1388518,
    "uri": "https://api.kexp.org/v2/plays/1388518/?format=api",
    "airdate": "2008-06-21T23:46:00-07:00",
    "show": 24236,
    "show_uri": "https://api.kexp.org/v2/shows/24236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear of the War",
    "track_id": "dacde672-43e2-4dcd-8e54-eab913f0c002",
    "recording_id": null,
    "artist": "Disclose",
    "artist_ids": [
        "4e3ae10c-b302-40a2-be94-80d76547c4ea"
    ],
    "album": "Tragedy",
    "release_id": "9e0785d6-57e0-42d2-99c0-e8e26db6776f",
    "release_group_id": null,
    "labels": [
        "Your Own Jailer Records"
    ],
    "label_ids": [
        "d1dc1763-9828-45da-a095-574d3dff8306"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}