Information about plays

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

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

{
    "id": 382662,
    "uri": "https://api.kexp.org/v2/plays/382662/?format=api",
    "airdate": "2019-09-18T21:22:11-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Through the Night",
    "track_id": "0f0e0f63-7a25-3e83-9901-779e8095c5f6",
    "recording_id": null,
    "artist": "Ella Fitzgerald",
    "artist_ids": [
        "54799c0e-eb45-4eea-996d-c4d71a63c499"
    ],
    "album": "Ella Fitzgerald Sings the Cole Porter Songbook, Volume 1",
    "release_id": "7ed5a308-b5aa-4c6c-a692-16a54a569199",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1956-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}