Information about plays

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

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

{
    "id": 1268461,
    "uri": "https://api.kexp.org/v2/plays/1268461/?format=api",
    "airdate": "2007-08-18T11:45:00-07:00",
    "show": 22205,
    "show_uri": "https://api.kexp.org/v2/shows/22205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Life",
    "track_id": "af9fbe1d-003d-476c-bbfa-c3181cbd788f",
    "recording_id": null,
    "artist": "Cocoa Tea",
    "artist_ids": [
        "bd67db55-a85f-4c2b-b5cd-4c8f9ceb50d4"
    ],
    "album": "Good Life",
    "release_id": "0be0b34d-de9a-44bc-97e3-8aac5bfb53f0",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "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"
}