Information about plays

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

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

{
    "id": 431844,
    "uri": "https://api.kexp.org/v2/plays/431844/?format=api",
    "airdate": "2001-06-06T07:28:14-07:00",
    "show": 7264,
    "show_uri": "https://api.kexp.org/v2/shows/7264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215N1A5VCPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215N1A5VCPL._SL75_.jpg",
    "song": "Summer Dress",
    "track_id": null,
    "recording_id": null,
    "artist": "Red House Painters",
    "artist_ids": [
        "06e59c30-5e21-4318-96e8-7a5f7e309af1"
    ],
    "album": "Ocean Beach",
    "release_id": "32cde983-d515-46a2-9437-27633cf30e1c",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}