Information about plays

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

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

{
    "id": 1378356,
    "uri": "https://api.kexp.org/v2/plays/1378356/?format=api",
    "airdate": "2008-05-25T09:29:00-07:00",
    "show": 24056,
    "show_uri": "https://api.kexp.org/v2/shows/24056/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got the Blues",
    "track_id": "402ff759-a688-4192-9454-882e39002ad4",
    "recording_id": null,
    "artist": "Albert King",
    "artist_ids": [
        "10f89195-3af1-46f5-aa36-504aa3309f5a"
    ],
    "album": "The Blues Collection 26: Blues Power",
    "release_id": "5492f43c-8381-49ec-8cf3-49840a9c6a5c",
    "release_group_id": null,
    "labels": [
        "Orbis Publishing Ltd"
    ],
    "label_ids": [
        "cf95e173-9b4b-4462-a3f6-3efd4c6ef1d8"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}