Information about plays

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

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

{
    "id": 1257669,
    "uri": "https://api.kexp.org/v2/plays/1257669/?format=api",
    "airdate": "2007-07-22T09:09:22-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Preaching Blues (Up Jumped the Devil)",
    "track_id": "e7aaf74b-6482-4387-b605-9ad940d7d36a",
    "recording_id": null,
    "artist": "Robert Johnson",
    "artist_ids": [
        "8a8bbba6-72f7-4900-a306-c40b94f2631b"
    ],
    "album": "Beg, Borrow or Steal (disc 2)",
    "release_id": "9af797df-5c43-4ff9-95b3-a5270dc9e1fb",
    "release_group_id": null,
    "labels": [
        "Catfish Records"
    ],
    "label_ids": [
        "a80083a0-4d0b-476b-8502-07151311c3d4"
    ],
    "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"
}