Information about plays

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

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

{
    "id": 449879,
    "uri": "https://api.kexp.org/v2/plays/449879/?format=api",
    "airdate": "2001-07-28T21:00:00-07:00",
    "show": 7606,
    "show_uri": "https://api.kexp.org/v2/shows/7606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Edge",
    "track_id": "41fd458b-2a60-4734-915b-c382e393c783",
    "recording_id": null,
    "artist": "Rantoul",
    "artist_ids": [
        "7a13bbf5-71b9-4d14-9e40-583a0f344ea8"
    ],
    "album": "On the Edge / Haunting Winds",
    "release_id": "f8f32567-e2c7-4d58-89a0-357ec1e73ab6",
    "release_group_id": null,
    "labels": [
        "GLR"
    ],
    "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"
}