Information about plays

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

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

{
    "id": 418503,
    "uri": "https://api.kexp.org/v2/plays/418503/?format=api",
    "airdate": "2001-04-26T15:18:45-07:00",
    "show": 6992,
    "show_uri": "https://api.kexp.org/v2/shows/6992/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417D5GMQTAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417D5GMQTAL._SL75_.jpg",
    "song": "Flaming Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "Too High to Die",
    "release_id": "f96c6938-def4-4bf8-904b-63f4595da54f",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1994-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}