Information about plays

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

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

{
    "id": 369650,
    "uri": "https://api.kexp.org/v2/plays/369650/?format=api",
    "airdate": "2019-08-19T23:45:56-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Music Take Me",
    "track_id": "dea6eea4-c246-317b-89a0-e359c9c028a0",
    "recording_id": null,
    "artist": "Patrice Rushen",
    "artist_ids": [
        "a247b1b8-8f47-4568-9a89-fa16b4a2b77f"
    ],
    "album": "Pizzazz",
    "release_id": "e7638acd-47a1-419d-9adf-895fba8b4144",
    "release_group_id": null,
    "labels": [
        "Wounded Bird Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}