Information about plays

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

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

{
    "id": 444790,
    "uri": "https://api.kexp.org/v2/plays/444790/?format=api",
    "airdate": "2001-07-13T15:56:28-07:00",
    "show": 7506,
    "show_uri": "https://api.kexp.org/v2/shows/7506/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SBSQAD3XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SBSQAD3XL._SL75_.jpg",
    "song": "It’s a Crime",
    "track_id": "68271fbe-6959-42a2-b663-765c52b0e1e9",
    "recording_id": null,
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs (disc 3)",
    "release_id": "b8131291-e664-42ad-b0d4-8c1a265d092b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1999-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}