Information about plays

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

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

{
    "id": 418208,
    "uri": "https://api.kexp.org/v2/plays/418208/?format=api",
    "airdate": "2001-04-25T18:56:50-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61owpx9s4RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61owpx9s4RL._SL75_.jpg",
    "song": "it's my fault darling (big cheif)",
    "track_id": null,
    "recording_id": null,
    "artist": "Professor Longhair",
    "artist_ids": [
        "c6177e77-151d-422d-bc87-57ae21d2780e"
    ],
    "album": "Crawfish Fiesta",
    "release_id": "2fd8427d-ca51-4349-b052-6361ae3086e1",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}