Information about plays

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

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

{
    "id": 1387939,
    "uri": "https://api.kexp.org/v2/plays/1387939/?format=api",
    "airdate": "2008-06-20T15:04:27-07:00",
    "show": 24227,
    "show_uri": "https://api.kexp.org/v2/shows/24227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519Dguw7SoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519Dguw7SoL._SL75_.jpg",
    "song": "The Good Old Days",
    "track_id": "a6706cf3-f71e-4e26-a7d9-040e7b3e26bd",
    "recording_id": null,
    "artist": "The Lodger",
    "artist_ids": [
        "243e0e47-6f5d-43be-864f-f51095a33919"
    ],
    "album": "Life Is Sweet",
    "release_id": "cd1862d0-472b-48ac-87ae-29677f0cd146",
    "release_group_id": null,
    "labels": [
        "Fabtone Records"
    ],
    "label_ids": [
        "ec3bd5e8-b915-4383-95eb-713d4289e4fc"
    ],
    "release_date": "2008-04-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}