Information about plays

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

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

{
    "id": 379658,
    "uri": "https://api.kexp.org/v2/plays/379658/?format=api",
    "airdate": "2019-09-11T19:07:57-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got the Same Old Blues",
    "track_id": "3f2aa84e-0573-41d3-835c-215b4c25e3c0",
    "recording_id": null,
    "artist": "J.J. Cale",
    "artist_ids": [
        "4b0be624-6b87-47e8-bbf0-588a2c6c0439"
    ],
    "album": "Okie",
    "release_id": "4b14fa68-73a6-4f7b-9754-31a318f3445c",
    "release_group_id": null,
    "labels": [
        "Shelter Recording Company Inc."
    ],
    "label_ids": [
        "5fd208b1-8800-4a7a-9a2e-50748b1aaac0"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}