Information about plays

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

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

{
    "id": 1290120,
    "uri": "https://api.kexp.org/v2/plays/1290120/?format=api",
    "airdate": "2007-10-12T15:39:00-07:00",
    "show": 22572,
    "show_uri": "https://api.kexp.org/v2/shows/22572/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL._SL75_.jpg",
    "song": "We Share Our Mother's Health (Trentemøller remix)",
    "track_id": "9ea5b3a2-e2e5-41eb-9aff-f39596513934",
    "recording_id": null,
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "The Trentemøller Chronicles",
    "release_id": "064b94f5-3b3d-4b1c-ac13-9a1512e0f127",
    "release_group_id": null,
    "labels": [
        "Audiomatique Recordings"
    ],
    "label_ids": [
        "d2ef72ff-0995-4dda-b326-285a82175783"
    ],
    "release_date": "2007-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}