Information about plays

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

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

{
    "id": 415449,
    "uri": "https://api.kexp.org/v2/plays/415449/?format=api",
    "airdate": "2001-04-16T21:26:15-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QozbZ%2BO-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QozbZ%2BO-L._SL75_.jpg",
    "song": "No Time For Dreaming",
    "track_id": null,
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "No Time For Dreaming",
    "release_id": "b993ba39-64c9-49b0-a841-4f352df72a9c",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}