Information about plays

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

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

{
    "id": 531836,
    "uri": "https://api.kexp.org/v2/plays/531836/?format=api",
    "airdate": "2002-03-27T18:33:34-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61tQH5kj-4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61tQH5kj-4L._SL75_.jpg",
    "song": "Country Boy Down in New Orleans",
    "track_id": "e0fab7fd-3ee7-4571-bb83-0e2fed35b4cb",
    "recording_id": null,
    "artist": "Snooks Eaglin",
    "artist_ids": [
        "8d722779-d25a-493c-a324-c21fb9024e1b"
    ],
    "album": "Country Boy Down in New Orleans",
    "release_id": "96a7aea5-b890-43ca-b242-987263f9fe39",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}