Information about plays

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

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

{
    "id": 414357,
    "uri": "https://api.kexp.org/v2/plays/414357/?format=api",
    "airdate": "2001-01-02T00:04:29-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41IX-SQ-xVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41IX-SQ-xVL._SL75_.jpg",
    "song": "18",
    "track_id": "5746aaf0-c8d7-4e73-a69d-8f194b1fb366",
    "recording_id": null,
    "artist": "The New Year",
    "artist_ids": [
        "b3d5b1c9-95df-42ea-83eb-c86b18f61f8d"
    ],
    "album": "The End Is Near",
    "release_id": "fe14b417-ff6e-4176-bd34-b0791cb74a6e",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-05-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}