Information about plays

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

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

{
    "id": 1256956,
    "uri": "https://api.kexp.org/v2/plays/1256956/?format=api",
    "airdate": "2007-07-20T12:55:03-07:00",
    "show": 22011,
    "show_uri": "https://api.kexp.org/v2/shows/22011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zEfrjMG5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zEfrjMG5L._SL75_.jpg",
    "song": "Hallelujah the Hills",
    "track_id": "f1764d4a-7b8d-47ae-be02-e75f0c424a5c",
    "recording_id": null,
    "artist": "Hallelujah the Hills",
    "artist_ids": [
        "6f54645c-f30a-46a9-b8e4-c5d32b2981f3"
    ],
    "album": "Collective Psychosis Begone",
    "release_id": "d624c376-f8fa-493a-8086-218d5bd0cc3e",
    "release_group_id": null,
    "labels": [
        "Misra"
    ],
    "label_ids": [
        "7be454c1-d49d-4f4c-9178-0ef23bac83f0"
    ],
    "release_date": "2007-06-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}