Information about plays

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

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

{
    "id": 455739,
    "uri": "https://api.kexp.org/v2/plays/455739/?format=api",
    "airdate": "2001-08-15T00:38:49-07:00",
    "show": 7716,
    "show_uri": "https://api.kexp.org/v2/shows/7716/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11MZGMRQ8JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11MZGMRQ8JL._SL75_.jpg",
    "song": "Moorea",
    "track_id": "e2c4f2ff-7ea6-41f4-bbe6-16c844e1fdd4",
    "recording_id": null,
    "artist": "Gipsy Kings",
    "artist_ids": [
        "44a7f7d5-79df-4f44-8f5e-02dfc0626904"
    ],
    "album": "Gipsy Kings",
    "release_id": "8ece24cd-48d5-4219-8fa5-c7e27e3cdb7a",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}