Information about plays

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

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

{
    "id": 499400,
    "uri": "https://api.kexp.org/v2/plays/499400/?format=api",
    "airdate": "2001-12-22T12:15:00-08:00",
    "show": 8570,
    "show_uri": "https://api.kexp.org/v2/shows/8570/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21JEVXYXM4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21JEVXYXM4L._SL75_.jpg",
    "song": "The Albatross",
    "track_id": "ad8efbb9-b27d-498b-8ab3-d90181d078c4",
    "recording_id": null,
    "artist": "Elf Power",
    "artist_ids": [
        "a3c97561-1be9-47f9-a74e-5877b2b7c52c"
    ],
    "album": "The Winter Is Coming",
    "release_id": "269f500d-10e4-4969-b035-4c6e93ced495",
    "release_group_id": null,
    "labels": [
        "Sugar Free Records"
    ],
    "label_ids": [
        "8b3a2063-a4f5-4049-b8d8-3bfbd3a17828"
    ],
    "release_date": "2000-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}