Information about plays

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

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

{
    "id": 1286924,
    "uri": "https://api.kexp.org/v2/plays/1286924/?format=api",
    "airdate": "2007-10-04T13:51:00-07:00",
    "show": 22517,
    "show_uri": "https://api.kexp.org/v2/shows/22517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5155hjbaPML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5155hjbaPML._SL75_.jpg",
    "song": "Rip It Up",
    "track_id": "f0ecd947-16a0-4910-88ec-37b7b21dc1d6",
    "recording_id": null,
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "Here's Little Richard + Little Richard",
    "release_id": "08a3e988-7006-4fef-9c1b-f7d9d1d961f1",
    "release_group_id": null,
    "labels": [
        "Specialty Records"
    ],
    "label_ids": [
        "85d8c21e-0a0c-4241-b677-c3a57b0e91e4"
    ],
    "release_date": "1957-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}