Information about plays

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

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

{
    "id": 427375,
    "uri": "https://api.kexp.org/v2/plays/427375/?format=api",
    "airdate": "2001-05-23T20:49:24-07:00",
    "show": 7177,
    "show_uri": "https://api.kexp.org/v2/shows/7177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL._SL75_.jpg",
    "song": "Juanita",
    "track_id": "3371b4ee-b455-434b-8dfb-927f6e86557d",
    "recording_id": null,
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology",
    "release_id": "f1a43a52-cb66-40ab-ac8c-83e0ab181704",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}