Information about plays

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

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

{
    "id": 369633,
    "uri": "https://api.kexp.org/v2/plays/369633/?format=api",
    "airdate": "2019-08-19T22:50:11-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You and I",
    "track_id": "3407a210-ed16-3f4c-a258-a410ac2fabb5",
    "recording_id": null,
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Come Get It!",
    "release_id": "fa66b25a-bd7d-42df-bd7e-f97ffb66e259",
    "release_group_id": null,
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1978-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}