Information about plays

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

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

{
    "id": 1261095,
    "uri": "https://api.kexp.org/v2/plays/1261095/?format=api",
    "airdate": "2007-07-31T01:06:50-07:00",
    "show": 22086,
    "show_uri": "https://api.kexp.org/v2/shows/22086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415A0JR17JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415A0JR17JL._SL75_.jpg",
    "song": "Dum Dum Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "It's My Life",
    "release_id": "b00ce1ce-63b6-4b42-a91c-ef626ec0b4aa",
    "release_group_id": null,
    "labels": [
        "EMI Music"
    ],
    "label_ids": [
        "aac11752-a2f6-45c6-a887-3f4eb1b2e4ad"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}