Information about plays

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

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

{
    "id": 503407,
    "uri": "https://api.kexp.org/v2/plays/503407/?format=api",
    "airdate": "2002-01-03T19:02:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Divide",
    "track_id": "715dcbaa-db70-4977-836d-8f2f61d06f5f",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "The Great Divide",
    "release_id": "d574a1b7-00a6-4b50-9de7-3a13e2a29107",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2002-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}