Information about plays

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

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

{
    "id": 1316958,
    "uri": "https://api.kexp.org/v2/plays/1316958/?format=api",
    "airdate": "2007-12-21T18:18:00-08:00",
    "show": 23028,
    "show_uri": "https://api.kexp.org/v2/shows/23028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TDQMJ3VAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TDQMJ3VAL._SL75_.jpg",
    "song": "Misery Loves Company",
    "track_id": "ce3e5f11-7209-4f96-bc96-bc0c52e1ba7e",
    "recording_id": null,
    "artist": "Porter Wagoner",
    "artist_ids": [
        "942123a3-df28-463f-9f6e-202b69b8e253"
    ],
    "album": "Classic Country the Nashville Era: 1958-1963 (disc 1)",
    "release_id": "d2b01d4a-05a6-4ef3-a025-76525b7ec507",
    "release_group_id": null,
    "labels": [
        "BMG Special Products"
    ],
    "label_ids": [
        "7fc89221-5b85-43d6-aa72-0581aed43018"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}