Information about plays

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

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

{
    "id": 1288372,
    "uri": "https://api.kexp.org/v2/plays/1288372/?format=api",
    "airdate": "2007-10-08T08:06:20-07:00",
    "show": 22546,
    "show_uri": "https://api.kexp.org/v2/shows/22546/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrapped in My Memory",
    "track_id": null,
    "recording_id": null,
    "artist": "Shawn Smith",
    "artist_ids": [
        "e3a5e014-fd72-40c2-9b00-7c70f382c431"
    ],
    "album": "Shield of Thorns",
    "release_id": "ca84c2af-de15-49f1-9185-0f435ea33c69",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}