Information about plays

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

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

{
    "id": 1292828,
    "uri": "https://api.kexp.org/v2/plays/1292828/?format=api",
    "airdate": "2007-10-19T18:11:00-07:00",
    "show": 22619,
    "show_uri": "https://api.kexp.org/v2/shows/22619/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513xaX80BvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513xaX80BvL._SL75_.jpg",
    "song": "Walk and Talk With Me",
    "track_id": "801f36ed-e387-462f-97d4-c589fb1c5556",
    "recording_id": null,
    "artist": "Hasil Adkins",
    "artist_ids": [
        "0c3319f3-d4c9-48d4-ba4c-deb7cd3c125b"
    ],
    "album": "Chicken Walk",
    "release_id": "30ff1814-4ad4-4e40-acbd-ec0e00f97609",
    "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"
}