Information about plays

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

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

{
    "id": 432443,
    "uri": "https://api.kexp.org/v2/plays/432443/?format=api",
    "airdate": "2001-06-07T22:37:30-07:00",
    "show": 7274,
    "show_uri": "https://api.kexp.org/v2/shows/7274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51f9CIPC73L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51f9CIPC73L._SL75_.jpg",
    "song": "Afro-Groove",
    "track_id": "790ec6b6-c029-475e-93b8-44a57e2d79c1",
    "recording_id": null,
    "artist": "Blaze presents James Toney Jr. Project",
    "artist_ids": [
        "5d6c86ea-a066-412b-8e93-e2f0ff8dfa1d"
    ],
    "album": "Natural Blaze",
    "release_id": "1045aef3-904a-461f-be99-dbbd006e5879",
    "release_group_id": null,
    "labels": [
        "Life Line"
    ],
    "label_ids": [
        "24e44445-74a8-4e70-be9d-b8bdc5e12cf3"
    ],
    "release_date": "2001-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}