Information about plays

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

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

{
    "id": 443318,
    "uri": "https://api.kexp.org/v2/plays/443318/?format=api",
    "airdate": "2001-07-09T20:12:00-07:00",
    "show": 7484,
    "show_uri": "https://api.kexp.org/v2/shows/7484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Urgence",
    "track_id": "c921bb6e-5dc1-48c7-9633-3e66ff963d37",
    "recording_id": null,
    "artist": "Koffi Olomidé & Quartier Latin",
    "artist_ids": [
        "809467f9-4060-40d5-b196-217fa9026172"
    ],
    "album": "Droit de Véto",
    "release_id": "5b4a7f8f-19b4-46c9-a829-2c961b59f03f",
    "release_group_id": null,
    "labels": [
        "Sono Africa"
    ],
    "label_ids": [],
    "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"
}