Information about plays

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

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

{
    "id": 417261,
    "uri": "https://api.kexp.org/v2/plays/417261/?format=api",
    "airdate": "2001-04-22T21:04:17-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619mdX1EBfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619mdX1EBfL._SL75_.jpg",
    "song": "I Need You",
    "track_id": "86bfabcd-3060-4bc1-893b-a174c36546db",
    "recording_id": null,
    "artist": "Peshay",
    "artist_ids": [
        "f7be8db8-cf51-4266-b4a6-81f0a1d40575"
    ],
    "album": "Bass in Yer Face (disc 2: The Heavy Rollers)",
    "release_id": "b3810ab1-cf63-4c03-b833-fbb61ab1d485",
    "release_group_id": null,
    "labels": [
        "Hardleaders"
    ],
    "label_ids": [
        "794685ae-9b30-4329-80d1-d7d2707b3e00"
    ],
    "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"
}