Information about plays

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

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

{
    "id": 463891,
    "uri": "https://api.kexp.org/v2/plays/463891/?format=api",
    "airdate": "2001-09-07T17:43:20-07:00",
    "show": 7877,
    "show_uri": "https://api.kexp.org/v2/shows/7877/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214M2E5QZDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214M2E5QZDL._SL75_.jpg",
    "song": "In Case You Need Love",
    "track_id": "b876ba6c-8bc8-4df4-93df-c7cff0286a3d",
    "recording_id": null,
    "artist": "The Screws",
    "artist_ids": [
        "c6b5c860-45ca-42f9-b8fc-7c07cdb8a55e"
    ],
    "album": "Shake Your Monkey",
    "release_id": "e29af954-8556-40aa-b34a-ad0e0f753dda",
    "release_group_id": null,
    "labels": [
        "In the Red"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}