Information about plays

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

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

{
    "id": 414455,
    "uri": "https://api.kexp.org/v2/plays/414455/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412BM0ESWQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412BM0ESWQL._SL75_.jpg",
    "song": "Super Sound",
    "track_id": "9694dd98-6cad-42f5-b364-5abb4417f487",
    "recording_id": null,
    "artist": "Pepe Deluxé",
    "artist_ids": [
        "04fa6faa-6b42-4c7a-b1db-9aa20b7e4853"
    ],
    "album": "Super Sound",
    "release_id": "1be2abaa-bf81-45a3-a13d-6f11365c5eff",
    "release_group_id": null,
    "labels": [
        "Catskills Records"
    ],
    "label_ids": [
        "f2bc2bae-46c3-454a-a374-ba99db8bc727"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}