Information about plays

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

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

{
    "id": 422303,
    "uri": "https://api.kexp.org/v2/plays/422303/?format=api",
    "airdate": "2001-05-08T06:40:00-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GZHZ0E7HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GZHZ0E7HL._SL75_.jpg",
    "song": "Freewheel",
    "track_id": null,
    "recording_id": null,
    "artist": "Team Dresch",
    "artist_ids": [
        "b506d0b1-fd16-4ba0-a3dc-a20095c93024"
    ],
    "album": "Personal Best",
    "release_id": "592f600d-e399-4aec-949b-91c9b523eb85",
    "release_group_id": null,
    "labels": [
        "Chainsaw Records"
    ],
    "label_ids": [
        "43d88126-3737-41c2-87c5-77a970a4481c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}