Information about plays

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

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

{
    "id": 414444,
    "uri": "https://api.kexp.org/v2/plays/414444/?format=api",
    "airdate": "2001-02-26T19:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215xTLM5SSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215xTLM5SSL._SL75_.jpg",
    "song": "formotttttt",
    "track_id": null,
    "recording_id": null,
    "artist": "Garageland",
    "artist_ids": [
        "50d14de8-d225-491b-864a-2b1eb9cb0a8e"
    ],
    "album": "Do What You Want",
    "release_id": "85c39a95-8eb1-46a6-bcab-a757c4d86377",
    "release_group_id": null,
    "labels": [
        "Foodchain"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}