Information about plays

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

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

{
    "id": 1368551,
    "uri": "https://api.kexp.org/v2/plays/1368551/?format=api",
    "airdate": "2008-04-30T20:38:25-07:00",
    "show": 23893,
    "show_uri": "https://api.kexp.org/v2/shows/23893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hideaway",
    "track_id": null,
    "recording_id": null,
    "artist": "John Mayall",
    "artist_ids": [
        "18c1e06b-fe76-4802-b070-53a2f6b707bd"
    ],
    "album": "Bluesbreakers With Eric Clapton",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Deram"
    ],
    "label_ids": [
        "9d39ce55-18f6-4989-bcb6-d56862e18dcb"
    ],
    "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"
}